home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / DocShell / ShellMem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  395 b   |  24 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ShellMem.h
  3.  
  4.     Contains:    Definitions from ShellMem.cpp
  5.  
  6.     Owned by:    Nick Pilch
  7.  
  8.     Copyright:    1996 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <2>    .04.1996    NP        1338241: Export ODShellLowMemoryGoodbye.
  13.          <1>    4/4/96    NP        first checked in
  14.  
  15.     To Do:
  16. */
  17.  
  18. #ifndef _SHELLMEM_
  19. #define _SHELLMEM_
  20.  
  21. void ODShellLowMemoryGoodbye();
  22.  
  23. #endif /* _SHELLMEM_ */
  24.